/////////////////Note: You must use viewhands_black_kit to use any of a mw3 weapons/////////////////////
**************************************************************************
1)Open weapons that you want use

2)Copy all folders into "root/mods/mapname"

3)Go to "root/raw/maps" and copy "_zombiemode_weapons.gsc" and "dlc3_code.gsc" into ""root/mods/mapname/maps

4)Open _zombiemode_weapons.gsc and put:
	add_zombie_weapon( "NAME OF WEAPON", 						"Press and hold &&1 to buy NAME OF WEAPON [Cost: COST OF WEAPON]", 				COST OF WEAPON, 	"vox_357",		5 );

5)Open dlc3_code.gsc and put:
	include_weapon( "NAME OF WEAPON", true );
If you want your weapon to not appear in mystery box ; change true to false

6)Open launcher and go to "mod builder" ; check "build fastfiles" ; "build iwd" and there folders "images" ; "weapons"

7)Read "mod.csv.txt" to see what you must put into mod.csv in mod builder (It's in your weapons folder)

8)Click on "build mod"

9)Run your mapname

10)Enjoy!